Skip to content

Commit 2b1b5f3

Browse files
Release 1.10.1 (#418)
Major changes: - Replace deprecated appdirs dependency with platformdirs - Move epydoc from direct dependency to test dependency
1 parent d166c6a commit 2b1b5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/python/pyflyby/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# http://creativecommons.org/publicdomain/zero/1.0/
55

66

7-
__version__ = "1.10.0"
7+
__version__ = "1.10.1"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'pyflyby',
33
'cpp',
4-
version: '1.10.0',
4+
version: '1.10.1',
55
default_options: 'cpp_std=c++17'
66
)
77

0 commit comments

Comments
 (0)