==> git log -n1 <==
commit 437ee02c359de5e85846eeae79f99977f198fa3b
Author: Adrian Petrescu <apetresc@gmail.com>
Date:   Thu Jan 31 10:54:26 2019 -0500

    Prepare release 0.12.7 (#510)
    
    * Add python3 option in %manage_spark magic (#427)
    
    Fixes #420
    
    * Links fixed in README
    
    * DataError in Pandas moved from core.groupby to core.base (#459)
    
    * DataError in Pandas moved from core.groupby to core.base
    
    * maintain backwards compatability with Pandas 0.22 or lower for DataError
    
    * Bump autoviz version to 0.12.6
    
    * Fix unit test failure caused by un-spec'ed mock which fails traitlet validation (#480)
    
    * Fix failing unit tests
    
    Caused by an un-spec'ed mock in a test which fails traitlet validation
    
    * Bump travis.yml Python3 version to 3.6
    
    Python 3.3 is not only EOL'ed but is now actively unsupported by Tornado, which causes
    the Travis build to fail again.
    
    * Bumping version numbers for hdijupyterutils and sparkmagic to keep them in sync
    
    * Add Gitter badge (#482)
    
    * Fix decode json error at trailing empty line (#483)
    
    * Bump version number to 0.12.7
==> git describe --tags --dirty <==
0.12.7-dirty
==> git status <==
HEAD detached at 437ee02
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   Dockerfile.jupyter
	modified:   Dockerfile.spark
	modified:   README.md
	modified:   sparkmagic/setup.py
	deleted:    sparkmagic/sparkmagic/kernels/pyspark3kernel/__init__.py
	deleted:    sparkmagic/sparkmagic/kernels/pyspark3kernel/kernel.js
	deleted:    sparkmagic/sparkmagic/kernels/pyspark3kernel/kernel.json
	deleted:    sparkmagic/sparkmagic/kernels/pyspark3kernel/pyspark3kernel.py
	modified:   sparkmagic/sparkmagic/livyclientlib/sparkstorecommand.py
	modified:   sparkmagic/sparkmagic/livyclientlib/sqlquery.py
	modified:   sparkmagic/sparkmagic/tests/test_configuration.py
	modified:   sparkmagic/sparkmagic/tests/test_kernels.py
	modified:   sparkmagic/sparkmagic/tests/test_sparkstorecommand.py
	modified:   sparkmagic/sparkmagic/tests/test_sqlquery.py
	modified:   sparkmagic/sparkmagic/utils/configuration.py
	modified:   sparkmagic/sparkmagic/utils/constants.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	conda_build.sh

no changes added to commit (use "git add" and/or "git commit -a")
