summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-26 05:38:37 +0000
commit4c8f4d965e06b6bd584151896bfb37663cd69501 (patch)
tree158c5be600d6c834e6a1a8d0008aa702846692b1
parent8888a57341531bd1e50bd306bdff7a35c25c46da (diff)
downloadpyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.gz
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.tar.bz2
pyramid-4c8f4d965e06b6bd584151896bfb37663cd69501.zip
Prep for 1.3a1.
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/conf.py6
-rw-r--r--setup.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 17e597de3..aeb018531 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next release
-============
+1.3a1 (2010-04-26)
+==================
Features
--------
diff --git a/docs/conf.py b/docs/conf.py
index c55681420..56093112f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,7 +60,7 @@ copyright = '2008-2010, Agendaless Consulting'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.3dev'
+version = '1.3a1'
# The full version, including alpha/beta/rc tags.
release = version
@@ -409,7 +409,7 @@ LaTeXTranslator.visit_literal = visit_literal
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = 'The repoze.bfg Web Application Framework, Version 1.2'
+epub_title = 'The repoze.bfg Web Application Framework, Version 1.3'
epub_author = 'Chris McDonough'
epub_publisher = 'Agendaless Consulting'
epub_copyright = '2008-2010'
@@ -426,7 +426,7 @@ epub_scheme = 'ISBN'
epub_identifier = '0615345379'
# A unique identification for the text.
-epub_uid = 'The repoze.bfg Web Application Framework, Version 1.2-v0'
+epub_uid = 'The repoze.bfg Web Application Framework, Version 1.3-v0'
# HTML files that should be inserted before the pages created by sphinx.
# The format is a list of tuples containing the path and title.
diff --git a/setup.py b/setup.py
index e5c5b9bfb..376c6e73d 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.3dev'
+__version__ = '1.3a1'
import os
import sys