Skip to content

Commit 27fb35f

Browse files
committed
Bump version to v1.3.0
1 parent 4730c69 commit 27fb35f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [Version 1.3.0] - 2020-11-30
44

55
### Added
66

@@ -633,7 +633,8 @@
633633

634634
## v1.0.0 - 2014-09-30 [YANKED]
635635

636-
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.3...HEAD
636+
[Unreleased]: https://github.com/PCMSolver/pcmsolver/compare/v1.3.0...HEAD
637+
[Version 1.3.0]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.3...v1.3.0
637638
[Version 1.2.3]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.2...v1.2.3
638639
[Version 1.2.2]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.1...v1.2.2
639640
[Version 1.2.1]: https://github.com/PCMSolver/pcmsolver/compare/v1.2.0...v1.2.1

tools/metadata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '1.2.3'
2-
__version_long = '1.2.3+ceeca60'
3-
__version_upcoming_annotated_v_tag = '1.2.4'
4-
__version_most_recent_release = '1.2.2'
1+
__version__ = '1.3.0'
2+
__version_long = '1.3.0+zzzzzz'
3+
__version_upcoming_annotated_v_tag = '1.3.1'
4+
__version_most_recent_release = '1.2.3'
55

66

77
def version_formatter(dummy):

0 commit comments

Comments
 (0)