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
ea0bb171
Commit
ea0bb171
authored
Apr 08, 2021
by
Andi Vajda
Browse files
version 2.7
parent
22421188
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
ea0bb171
Version 2.6 ->
Version 2.6 ->
2.7
------------------
- added wrapper for Locale.canonicalize()
- added wrappers for MeasureUnit.product(), reciprocal(), getDimensionality()
...
...
@@ -7,7 +7,7 @@ Version 2.6 ->
- added wrappers for BasicTimeZone, RuleBasedTimeZone, VTimeZone
- added wrappers for TimeZoneTransition, TimeZoneRule and its subclasses
- added wrappers for DateTimeRule, DateRuleType, TimeRuleType
-
-
added support for ICU 69.1
Version 2.5 -> 2.6
------------------
...
...
setup.py
View file @
ea0bb171
...
...
@@ -8,7 +8,7 @@ except ImportError:
from
distutils.spawn
import
find_executable
VERSION
=
'2.
6
'
VERSION
=
'2.
7
'
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