Skip to content

Commit

Permalink
Fix the version and releasedate for v1.0.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Jun 10, 2022
1 parent 591d8bf commit c90b8cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dennis/__init__.py
Expand Up @@ -2,7 +2,7 @@
# Examples:
# * 1.0
# * 1.0.dev0
__version__ = "1.0.0.dev0"
__version__ = "1.0.0"

# Date in 'YYYYMMDD' or ''
__releasedate__ = ""
__releasedate__ = "2022-06-10"

0 comments on commit c90b8cd

Please sign in to comment.