Skip to content

Commit

Permalink
Prepare release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcass77 committed Aug 9, 2020
1 parent 31fa355 commit c135e7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog is used to track all major changes to django_apscheduler.


## v0.4.1 (UNRELEASED)
## v0.4.1 (2020-07-09)

**Fixes**

Expand Down
5 changes: 3 additions & 2 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ key individuals, and as a stepping stone to more automation.

## Creating releases

1. Update changelog and commit it.
1. Update changelog and bump the version number in `setup.py`. Commit changes.

2. Merge the release branch (``develop`` in the example) into master:

Expand All @@ -24,4 +24,5 @@ key individuals, and as a stepping stone to more automation.
5. Merge ``master`` back into ``develop`` and push the branch to GitHub.

6. Document the release on GitHub by clicking on the 'Releases' link on the landing page,
and editing the tag that was just created.
and editing the tag that was just created. Set both the tag version and release title
to "v0.3.0".
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="django-apscheduler",
version="0.4.0",
version="0.4.1",
description="APScheduler for Django",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c135e7f

Please sign in to comment.