Skip to content

Commit a4ac069

Browse files
committed
Bump version and update change log
1 parent e256303 commit a4ac069

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ All notable changes to this project will be documented in this file. This projec
88
Nothing yet.
99

1010

11-
## [1.1.1] - 2020-10-10
11+
## [1.2.0] - 2020-10-15
12+
13+
(Includes changes from briefly-published versions 1.1.0 and 1.1.1.)
1214

1315
### Added
1416

1517
- Published docklib to PyPI so that administrators can manage it with `pip` and more easily bundle it in [custom Python frameworks](https://github.com/macadmins/python). Adjusted repo file structure to match Python packaging standards.
1618
- Created __build_pkg.sh__ script for creation of macOS package installer.
19+
- Added `findExistingURL()` and `removeDockURLEntry()` functions for handling URL items.
1720
- Created a few basic unit tests.
1821

1922
### Changed
@@ -83,7 +86,9 @@ Nothing yet.
8386
- Initial release
8487

8588

86-
[Unreleased]: https://github.com/homebysix/docklib/compare/v1.0.4...HEAD
89+
[Unreleased]: https://github.com/homebysix/docklib/compare/v1.2.0...HEAD
90+
[1.2.0]: https://github.com/homebysix/docklib/compare/v1.0.5...v1.2.0
91+
[1.0.5]: https://github.com/homebysix/docklib/compare/v1.0.4...v1.0.5
8792
[1.0.4]: https://github.com/homebysix/docklib/compare/v1.0.3...v1.0.4
8893
[1.0.3]: https://github.com/homebysix/docklib/compare/v1.0.2...v1.0.3
8994
[1.0.2]: https://github.com/homebysix/docklib/compare/v1.0.1...v1.0.2

docklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .docklib import *
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)