Skip to content

Commit 9e10b67

Browse files
committed
Bump version to 0.1.2
1 parent f4c4780 commit 9e10b67

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 0.1.2 (2021-10-09)
4+
5+
### Changes
6+
7+
- Fixed `get_clipboard()` returning a number instead of a string.
8+
39
## Version 0.1.1 (2021-08-22)
410

511
### Changes

ahkpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def __getattr__(self, name):
4242
remap_key = default_context.remap_key # noqa: F405
4343
hotstring = default_context.hotstring # noqa: F405
4444

45-
__version__ = "0.1.1"
45+
__version__ = "0.1.2"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Sviatoslav Abakumov"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.1.1"
25+
release = "0.1.2"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)