Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Feb 11, 2020
1 parent 1224613 commit dfaa08e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGES
=======

1.21.0 (2020-02-11)
-------------------

- Fixed handling of files inside export-ignore directories (#78)

1.20.0 (2019-11-07)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion git_archive_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import sys
import re

__version__ = "1.20.0"
__version__ = "1.21.0"


try:
Expand Down

0 comments on commit dfaa08e

Please sign in to comment.