diff options
author | mbkma <[email protected]> | 2022-11-11 20:29:24 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 20:29:24 +0100 |
commit | 779bfe1003e746fa37adf86acad51da8364f6152 (patch) | |
tree | b88863616da901f8aee4239270518003847f5fa6 | |
parent | 256fdf2a79ffd4df441d7b8723e15c8c16f9799d (diff) | |
download | python-caja-1.27.0.tar.bz2 python-caja-1.27.0.tar.xz |
release 1.27.0v1.27.0
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### python-caja 1.27.0 + + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * Use a blank line at most + * caja-python: do not discard const modifier in PyImport_ImportModuleEx + * caja-python: missing g_strdup + ### python-caja 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index ad00969..bfaf85a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([python-caja], [1.26.0], +AC_INIT([python-caja], [1.27.0], [https://github.com/mate-desktop/python-caja/issues], [python-caja], [https://mate-desktop.org]) |