Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
main
pyicu
Commits
db295542
Commit
db295542
authored
Apr 10, 2021
by
Andi Vajda
Browse files
release 2.7.1
parent
19282694
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
db295542
Version 2.7 -> 2.7.1
--------------------
- added some tests for TimeZone classes
- fixed bug w/FormattedNumberRange.getFirst|SecondDecimal() gone w/ ICU 68.1+
- fixed bug with VTimeZone.write() wrapper invoking VTimeZone.writeSimple()
Version 2.6 -> 2.7
------------------
- added wrapper for Locale.canonicalize()
...
...
setup.py
View file @
db295542
...
...
@@ -8,7 +8,7 @@ except ImportError:
from
distutils.spawn
import
find_executable
VERSION
=
'2.7'
VERSION
=
'2.7
.1
'
ICU_MAX_MAJOR_VERSION
=
'69'
# max supported major version of ICU
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment