Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterMcGushion committed Nov 17, 2020
1 parent a819b80 commit 7e896f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## [Unreleased]


<a name="1.3.0"></a>
## [1.3.0] (2020-11-17)

### Features
* Add ability to skip private functions. [#32] by [cthoyt].


<a name="1.2.0"></a>
## [1.2.0] (2020-07-21)

Expand Down Expand Up @@ -57,7 +64,8 @@
* Initial release


[Unreleased]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.0.5...v1.1.0
[1.0.5]: https://github.com/HunterMcGushion/docstr_coverage/compare/v1.0.4...v1.0.5
Expand All @@ -66,6 +74,7 @@


[asergeant01]: https://github.com/asergeant01
[cthoyt]: https://github.com/cthoyt
[econchick]: https://github.com/econchick
[HunterMcGushion]: https://github.com/HunterMcGushion
[killthekitten]: https://github.com/killthekitten
Expand All @@ -81,4 +90,5 @@
[#16]: https://github.com/HunterMcGushion/docstr_coverage/pull/16
[#19]: https://github.com/HunterMcGushion/docstr_coverage/pull/19
[#22]: https://github.com/HunterMcGushion/docstr_coverage/pull/22
[#24]: https://github.com/HunterMcGushion/docstr_coverage/pull/24
[#24]: https://github.com/HunterMcGushion/docstr_coverage/pull/24
[#32]: https://github.com/HunterMcGushion/docstr_coverage/pull/32
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = "Hunter McGushion"

version = "" # The short X.Y version
release = "1.2.0" # The full version, including alpha/beta/rc tags
release = "1.3.0" # The full version, including alpha/beta/rc tags

##################################################
# General Configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def readme():
return f.read()


MAJOR, MINOR, MICRO = 1, 2, 0
MAJOR, MINOR, MICRO = 1, 3, 0
__VERSION__ = "{}.{}.{}".format(MAJOR, MINOR, MICRO)

setup(
Expand Down

0 comments on commit 7e896f8

Please sign in to comment.