Skip to content

Commit

Permalink
bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posativ committed Apr 11, 2012
1 parent 39b6942 commit beab3e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,19 @@
Version 0.3
-----------

### 0.3.1

- new content filter: textile (thanks to sebix)
- add import for WordPress (thanks to ametaireau/pelican) and Atom
- new reStructuredText directives: code (JS), code-block (Pygments)
and YouTube
- bugfixes in various built-in filters and internals
- deployment is no longer limited to a single command (thanks to sebix)
- deployment has now incremental output
- Markdown 2.1 compatibility for asciimathml

### 0.3.0

Released on April, 1th 2012 [Aprilscherz]

- new command `acrylamid new` to create a new post with some defaults
Expand Down
2 changes: 1 addition & 1 deletion acrylamid/__init__.py
Expand Up @@ -17,7 +17,7 @@
# those of the authors and should not be interpreted as representing official
# policies, either expressed or implied, of posativ <info@posativ.org>.

__version__ = "0.3.0"
__version__ = "0.3.1"
__author__ = 'posativ <info@posativ.org>'
__url__ = 'https://github.com/posativ/acrylamid/'

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -124,7 +124,7 @@

setup(
name='acrylamid',
version='0.3.0',
version='0.3.1',
author='posativ',
author_email='info@posativ.org',
packages=[
Expand Down

0 comments on commit beab3e5

Please sign in to comment.