Skip to content

Commit

Permalink
Update topic & tags for v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Jul 13, 2018
1 parent 642575d commit 1c1889c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions deploy/production/dryrun.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

AMPEL_TAG=v0.2.0
AMPEL_SRC=/scratch/jvs/Ampel
AMPEL_TAG=v0.3.0
AMPEL_SRC=/scratch/jvs/Ampel-v0.3

ARCHIVE_HOST=transit
ARCHIVE_PORT=5432
Expand All @@ -18,7 +18,7 @@ MONGO_PATH=/data/ampel/mongo/live/dryrun
MONGO_INITDB_PATH=$AMPEL_SRC/ampel-core/deploy/production/initdb/mongo

NUM_STREAMS=16
GROUP_NAME=ampel-dryrun-20180615.4
GROUP_NAME=ampel-v0.3

CATSHTM_PATH=/data/ampel/catalogs/catsHTM2
CATALOG_HOST=burst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from distutils.core import setup
setup(name='ampel',
version='0.2.0',
version='0.3.0',
package_dir={'':'src'},
packages=['ampel'],
entry_points = {
Expand Down

0 comments on commit 1c1889c

Please sign in to comment.