Skip to content

Commit

Permalink
Bumped version for normal release.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Apr 12, 2024
1 parent 2f31ec5 commit 16e34cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ django-plans changelog
0.8.13
------
* Supporting Django 2.0.6.
1.0.6 (unreleased)
1.1.0 (unreleased)
* New VAT standard rates 2017
* Remove dependency on `django.contrib.sites`.
* Feature #53: Cleaner and more explicit exception handling on `Plan.get_default_plan `.
Expand Down
2 changes: 1 addition & 1 deletion plans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.7"
__version__ = "1.1.0"

try:
import django
Expand Down

0 comments on commit 16e34cf

Please sign in to comment.