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

Commit

Permalink
Merge pull request #4 from prsephton/master
Browse files Browse the repository at this point in the history
Version bump and Grok versions file reference change
  • Loading branch information
prsephton committed Oct 24, 2017
2 parents 42f6ae8 + 5fdc1ec commit 5adf395
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changes
=======

2.10 (unreleased)
2.11 (Unreleased)
-----------------
- Nothing changed

- Nothing changed yet.

2.10 (2017-10-24)
-----------------

- Fixed improper references to old svn based versions directory for latest
Grok version information.
- Some minor fixes to test procedures to make tests (and Travis-CI) work again.
- Some Python-3 prep work.


2.9 (2013-02-14)
Expand Down
2 changes: 1 addition & 1 deletion grokproject/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# base = base[base.find('url = ')+6:base.find('.git')]
# base = base.replace('github.com', 'raw.githubusercontent.com')

base = 'https://raw.githubusercontent.com/prsephton/grokproject'
base = 'https://raw.githubusercontent.com/zopefoundation/grokproject'
GROK_RELEASE_URL = base + '/master/versions/'

class GrokProject(templates.Template):
Expand Down

0 comments on commit 5adf395

Please sign in to comment.