Skip to content

Commit

Permalink
ANXOS-253: Update chagelog, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
nezhar committed May 5, 2023
1 parent 19d2660 commit 55928e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [x.y.z] - YYYY-MM-DD
## [1.0.0]

### Added
- Lorem ipsum dolor sit amet

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.
- Initial setup

[Unreleased]: https://github.com/anexia/django-future-tasks/compare/1.0.0...HEAD
[1.0.0]: https://github.com/anexia/django-future-tasks/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="django-future-tasks",
version=os.getenv("PACKAGE_VERSION", "0.0.0").replace("refs/tags/", ""),
version=os.getenv("PACKAGE_VERSION", "1.0.0").replace("refs/tags/", ""),
packages=find_packages(),
include_package_data=True,
license="MIT License",
Expand Down

0 comments on commit 55928e2

Please sign in to comment.