Skip to content

Commit

Permalink
changelog update and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
evereux committed Apr 28, 2024
1 parent fbb2dcb commit 614510b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ If you are migrating from earlier version (since 0.2.1) you should ensure:

* Please read the changelog descriptions. Particularly those for 0.2.1.

## 0.3.4

* fixed bug on submitting config changes to a SQLite database. Looking at the
bug fix I don't know why this didn't materialise when using MySQL or PostGres.
* bug fix for when User.token_expiration is None when checking token.
* set boolean values to False for config settings on set-up.


## 0.3.3

* Removed print statements.
Expand Down
2 changes: 1 addition & 1 deletion application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from application.flicket.views import flicket_bp
from application.flicket.scripts.jinja2_functions import now_year

__version__ = '0.3.3'
__version__ = '0.3.4'

app = Flask(__name__)
app.config.from_object('config.BaseConfiguration')
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'evereux@gmail.com'

# The full version, including alpha/beta/rc tags
release = '0.3.3'
release = '0.3.4'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 614510b

Please sign in to comment.