Skip to content
Snippets Groups Projects
  1. Oct 11, 2021
  2. Jun 01, 2021
  3. May 19, 2021
  4. May 16, 2021
  5. Apr 17, 2021
  6. Apr 14, 2021
  7. Mar 06, 2021
  8. Feb 18, 2021
  9. Feb 13, 2021
    • Nik | Klampfradler's avatar
      Rework `get_version` to not rely on import · 2c1009a7
      Nik | Klampfradler authored
      What did I drink when I wrote the original code? The relative import
      `from .. import __version__` in the utility code in core, of course,
      always imported from `aleksis.core`, no matter the real `AppConfig`
      that inherited the utility code. Thus, the versions always showed the
      version of AlekSIS-Core everywhere (whose version information was
      broken ever since we renamed AlekSIS to AlekSIS-Core).
      
      This change decouples the `get_version` code from the package level
      `__version__` information, which effectively becomes optional now.
      Verified
      2c1009a7
  10. Jan 23, 2021
  11. Dec 28, 2020
  12. Nov 29, 2020
  13. Nov 14, 2020
  14. Oct 30, 2020
  15. Sep 09, 2020
  16. Jul 21, 2020
  17. Jul 15, 2020
  18. Jun 12, 2020
  19. May 29, 2020
  20. May 04, 2020
  21. May 03, 2020
  22. May 02, 2020
  23. May 01, 2020
  24. Apr 19, 2020
  25. Apr 18, 2020
  26. Mar 28, 2020
  27. Feb 06, 2020
Loading