Skip to content

Commit

Permalink
Bump version and document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Dec 23, 2023
1 parent b430180 commit 2b70d86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ logo:

cp logya/sites/docs/static/img/logya-small.png logya/sites/base/static/img/logya-small.png

# Call example: make release version=5.0.0
# Call example: make release version=5.1.0
release: dist
git tag -a $(version) -m 'Create version $(version)'
git push --tags
Expand Down
2 changes: 1 addition & 1 deletion logya/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Ramiro Gómez'
__email__ = '[email protected]'
__version__ = '5.0.0'
__version__ = '5.1.0'
4 changes: 4 additions & 0 deletions logya/sites/docs/content/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: Changelog
template: page.html
created: 2013-09-08 19:45:45
---
## 5.0.1

* Make `util.slugify` available to templates.

## 5.0.0

This release includes several backwards incompatible changes, most notably it requires Python 3.8 or higher.
Expand Down

0 comments on commit 2b70d86

Please sign in to comment.