Skip to content

Commit

Permalink
Add changelog entry and sources definition for AuthEncoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 5, 2016
1 parent 2f9b5b2 commit 503bcb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -21,6 +21,7 @@ Features Added
- Updated distributions:

- AccessControl = 4.0a2
- AuthEncoding = 4.0.0

Restructuring
+++++++++++++
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,6 +1,7 @@
-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope2
AccessControl==4.0a2
Acquisition==4.2.2
AuthEncoding==4.0.0
BTrees==4.3.1
DateTime==4.1.1
DocumentTemplate==2.13.2
Expand Down
1 change: 1 addition & 0 deletions sources.cfg
Expand Up @@ -6,6 +6,7 @@ github_push = git@github.com:zopefoundation
# Zope2-specific
AccessControl = git ${remotes:github}/AccessControl pushurl=${remotes:github_push}/AccessControl branch=master
Acquisition = git ${remotes:github}/Acquisition pushurl=${remotes:github_push}/Acquisition
AuthEncoding = git ${remotes:github}/AuthEncoding pushurl=${remotes:github_push}/AuthEncoding
DateTime = git ${remotes:github}/DateTime pushurl=${remotes:github_push}/DateTime
DocumentTemplate = git ${remotes:github}/DocumentTemplate pushurl=${remotes:github_push}/DocumentTemplate
ExtensionClass = git ${remotes:github}/ExtensionClass pushurl=${remotes:github_push}/ExtensionClass
Expand Down

0 comments on commit 503bcb8

Please sign in to comment.