Skip to content

Commit e8cd3ee

Browse files
authored
Bump versions to 1.0.5 (#28)
* Bump version to 1.0.5 * Bump version to 1.0.5
1 parent 7059bac commit e8cd3ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt/adapters/impala/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
version="1.0.5rc2"
15+
version="1.0.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
package_name = "dbt-impala"
2323
# make sure this always matches dbt/adapters/dbt_impala/__version__.py
24-
package_version = "1.0.5rc2"
24+
package_version = "1.0.5"
2525
description = """The Impala adapter plugin for dbt"""
2626

2727
setup(

0 commit comments

Comments
 (0)