Skip to content

Commit

Permalink
Correctly bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Jan 13, 2022
1 parent 05d0bd5 commit a3a87a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Fixed CI. This was the first version uploaded to PyPi automatically. No function

Fixed no argument functions causing errors

### 2022-01-13: 1.0.5
### 2022-01-13: 1.0.6

Fixed base classes not working
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-ajaxview
version = 1.0.4
version = 1.0.6
include_package_data = True
description = Django Ajax base view
long_description = file: README.md
Expand Down

0 comments on commit a3a87a7

Please sign in to comment.