Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Readying release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Aug 20, 2020
1 parent 8eeceba commit 95733b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 2 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
grokui.admin changes
********************

0.13 (unreleased)
0.13 (2020-08-20)
=================

- Nothing changed yet.

- Python3.6+ compatibility.

0.12 (2016-02-16)
=================
Expand Down
8 changes: 5 additions & 3 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
develop = .
parts = interpreter test omelette
extends =
extends =
https://raw.githubusercontent.com/zopefoundation/groktoolkit/master/grok.cfg
versions = versions
include-site-packages = false
Expand All @@ -11,10 +11,12 @@ extensions =
auto-checkout =

[versions]
grokui.admin =
grokui.admin =
grokui.base = 0.8.2
zope.session = 4.3

[sources]
grokui.base = git ${buildout:github}/grokui.base pushurl=${buildout:github_push}/grokui.base branch=ressurection-python3
grokui.base = git ${buildout:github}/grokui.base pushurl=${buildout:github_push}/grokui.base

[interpreter]
recipe = zc.recipe.egg
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*rnames):


setup(name='grokui.admin',
version='0.13.dev0',
version='0.13',
description="The Grok administration and development UI",
long_description=(
read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
Expand Down Expand Up @@ -53,7 +53,7 @@ def read(*rnames):
'ZODB >= 5.0',
'grok >= 1.10',
'grokcore.site >= 1.6.1',
'grokui.base',
'grokui.base >= 0.8.2',
'persistent',
'setuptools',
'z3c.flashmessage',
Expand Down
2 changes: 1 addition & 1 deletion src/grokui/admin/tests/infoviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
>>> import re
>>> re.match(r'^grok \d+\.\d+(\.\d+)?.*$', browser.contents)
<_sre.SRE_Match object...>
<...Match object...>
Getting the version of any other installed package
Expand Down

0 comments on commit 95733b1

Please sign in to comment.