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

Commit

Permalink
setting version to 2.0b12
Browse files Browse the repository at this point in the history
  • Loading branch information
skaeser committed Sep 12, 2012
1 parent b4f174b commit 3d42769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raptus/article/default/profiles/default/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<metadata>
<version>2.0b11</version>
<version>2.0b12</version>
<dependencies>
<dependency>profile-raptus.article.links:default</dependency>
<dependency>profile-raptus.article.files:default</dependency>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '2.0b11'
version = '2.0b12'

setup(name='raptus.article.default',
version=version,
Expand Down

0 comments on commit 3d42769

Please sign in to comment.