Skip to content

Commit 8cb05b9

Browse files
author
Teun Zengerink
committed
Bump up the version
After adding support for Campaigns for Apps a new version has to be tagged and published.
1 parent b2702c4 commit 8cb05b9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Changelog
33

44
Here you find a full list of changes.
55

6+
Version 1.3.0
7+
-------------
8+
9+
- Add support for Campaigns for Apps
10+
611
Version 1.2.3
712
-------------
813

LICENSE.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Usabilla
3+
Copyright (c) 2017 Usabilla
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ImportError:
44
from distutils.core import setup
55

6-
VERSION = '1.2.3'
6+
VERSION = '1.3.0'
77

88
setup(
99
name='usabilla-api',

usabilla.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016 Usabilla.com
1+
# Copyright (c) 2017 Usabilla.com
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a
44
# copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)