Skip to content

Commit

Permalink
Prepare for tag 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabaldini committed Oct 10, 2023
1 parent edba5b7 commit 517906d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Release notes
=============


*hexsample (0.1.0) - Tue, 10 Oct 2023 10:31:12 +0200*

* Merging https://github.com/lucabaldini/hexsample/pull/10
* Initial setup of the repository.
* Simple versioning system in place.
* Simple versioning system in plac
4 changes: 2 additions & 2 deletions hexsample/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.0'
__tagdate__ = 'Tue, 10 Oct 2023 07:26:19 +0200'
__version__ = '0.1.0'
__tagdate__ = 'Tue, 10 Oct 2023 10:31:12 +0200'

0 comments on commit 517906d

Please sign in to comment.