Skip to content

Commit 135d32f

Browse files
authored
Merge pull request #35 from homebysix/1.3.0
1.3.0 merge to main (2)
2 parents 13bc70f + 076ae41 commit 135d32f

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. This projec
55

66
## [Unreleased]
77

8+
Nothing yet.
9+
10+
11+
## [1.3.0] - 2021-05-31
12+
813
The focus of this release is to make docklib functions less focused on dock item labels, since labels can change depending on the user's selected language. (See [#32](https://github.com/homebysix/docklib/issues/32) for details.)
914

1015
### Added
@@ -128,8 +133,9 @@ The focus of this release is to make docklib functions less focused on dock item
128133
- Initial release
129134

130135

131-
[Unreleased]: https://github.com/homebysix/docklib/compare/v1.2.1...HEAD
132-
[1.2.0]: https://github.com/homebysix/docklib/compare/v1.2.0...v1.2.1
136+
[Unreleased]: https://github.com/homebysix/docklib/compare/v1.3.0...HEAD
137+
[1.3.0]: https://github.com/homebysix/docklib/compare/v1.2.1...v1.3.0
138+
[1.2.1]: https://github.com/homebysix/docklib/compare/v1.2.0...v1.2.1
133139
[1.2.0]: https://github.com/homebysix/docklib/compare/v1.0.5...v1.2.0
134140
[1.0.5]: https://github.com/homebysix/docklib/compare/v1.0.4...v1.0.5
135141
[1.0.4]: https://github.com/homebysix/docklib/compare/v1.0.3...v1.0.4

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
## Steps
1111

12-
1. Ensure the version in __\_\_init\_\_.py__ has been updated.
12+
1. Ensure the version in __docklib/\_\_init\_\_.py__ has been updated.
1313

1414
1. Ensure the change log has been updated and reflects actual release date.
1515

1616
1. Merge development branch to main/master branch.
1717

1818
1. Run docklib unit tests and fix any errors:
1919

20-
managed_python3 -m unittest -v tests/unit.py
20+
managed_python3 -m unittest -v tests.unit
2121

2222
1. Build a new distribution package:
2323

0 commit comments

Comments
 (0)